/* ? Desktop & Tablet and Mobile Devices Look Customization Start */
#maintaince_background_video {
    top: 0;
    left: 0;
    z-index: -6;
    overflow: hidden;
    object-fit: cover;
    filter: blur(69px);
    position: absolute;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

#maintaince_container{
    position: absolute;
}

#maintaince_row {
    padding: 12px 12px;
}

#maintaince_column_large {
    padding: 7px;
}

#coming_soon_illustration {
    padding: 5px 5px;
    border-radius: 10px;
    width: -webkit-fill-available;
}

#coming_soon_clip {
    position: relative;
    border-radius: 6px;
    width: -webkit-fill-available;
}
/* ! Desktop & Tablet and Mobile Devices Look Customization End */


/* ? Tablet and Mobile Devices Look Customization Start */
@media only screen and (max-width: 991px) {

    #maintaince_container{
        --bs-gutter-x: 0rem;
    }

    #maintaince_row {
        margin: 20px 11px;
        padding: 0px 0px;
    }

    #coming_soon_illustration {
        margin: 0px 9px;
        padding: 0px 0px;
        border-radius: 3px;
    }

    #maintaince_column_large {
        padding: 0px 9px;
        margin: 18px 0px 13px 0px;
    }

    #coming_soon_clip {
        border-radius: 3px;
    }

}
/* ! Tablet and Mobile Devices Look Customization End */


/* ? Only Mobile Device Look Customization Start */
@media only screen and (max-width: 767px) {

}
/* ! Only Mobile Device Look Customization End */